home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3ia2p.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IA2P_H = 1;
- include("oops/r3vector.js")
- include("real/intact/r3intact.js")
-
-
- var R3CLID_IA2P = 124;
-
-
-
-
- R3IA2PA_Points = 124500;
- function GetR3IA2PA_Points() {
- return R3Get(this.r3obj, R3IA2PA_Points, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- R3IA2PA_Count = 124501;
- function GetR3IA2PA_Count() {
- return R3Get(this.r3obj, R3IA2PA_Count, R3TID_INTEGER, 0);
- }
-
- R3IA2PA_1P = 124502;
- function SetR3IA2PA_1P(value) {
- R3Set(this.r3obj, R3IA2PA_1P, value, R3TID_BOOLEAN, 0);
- }
-
- R3IA2PA_NoDraw = 124503;
- function SetR3IA2PA_NoDraw(value) {
- R3Set(this.r3obj, R3IA2PA_NoDraw, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Ia2p () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IA2P, arguments);
- }
- // Attributes
- this.GetPoints=GetR3IA2PA_Points;
- this.GetCount=GetR3IA2PA_Count;
- this.Set1P=SetR3IA2PA_1P;
- this.SetNoDraw=SetR3IA2PA_NoDraw;
- }
-
- r3Ia2p.prototype=new r3Intact;
- // r3ia2p.h_H